home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: parcom.ernet.in!suresh
- From: suresh@parcom.ernet.in (Mr Suresh Thiyagrajan)
- Subject: Dynamic String Table
- Message-ID: <DMD03C.Hz9@parcom.ernet.in>
- Sender: usenet@parcom.ernet.in
- Organization: Centre for Development of Advanced Computing (C-DAC), Pune, INDIA.
- X-Newsreader: TIN [version 1.2 PL2]
- Distribution: global
- Date: Tue, 6 Feb 1996 14:56:40 GMT
-
- Hi FUNDOs,
-
- I WANT TO LOAD STRINGS INTO THE STRING TABLE (WHICH IS IN RESOURCE
- FILE) AT RUN-TIME. THE THING IS THAT ALL VALID STRING IDS ARE
- IN THE RESOURCE FILE ITSELF.
-
- I am dev a C++ MCI (realy!) driver for a SVHS player.
- The prob is that I already have a static LIB for controling
- the player. And also it is giving some error strings for
- all errors. What I want is that my string resource ID's
- already defined (MCIERR_CUSTOM_DRIVER_BASE for std. MCI drivers)
- I want to load my strings at run-time into these resource IDs.
- I wiil ba using this ID's to return the MCI error code.
- That is the std. for MCI drivers, and it takes strings through
- resource string table only.
-
- Can anybody for me?.
-
- thnx
-
-
-
-